Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Tar archiving #4286

Merged
merged 7 commits into from
Sep 21, 2023
Merged

Remove Tar archiving #4286

merged 7 commits into from
Sep 21, 2023

Conversation

dantb
Copy link
Contributor

@dantb dantb commented Sep 20, 2023

#4050

  • Removed ArchiveFormat abstraction
  • Instead use Zip directly. The zip-specific stuff is still grouped together in an object - this might be more readable and I suppose it saves some duplication at callsites
  • Removed metadata type parameter and hardcode to Akka's ArchiveMetadata for zips
  • Remove tar-ey tests and make ArchiveDownloadSpec specific to zips (no longer an abstract class)

@dantb dantb marked this pull request as ready for review September 21, 2023 07:17
@dantb
Copy link
Contributor Author

dantb commented Sep 21, 2023

@shinyhappydan I'm getting a failing test which doesn't fail locally 🤔 it fails on a future which populates a file from a stream

imsdu
imsdu previously approved these changes Sep 21, 2023
@dantb dantb merged commit dfd58f2 into BlueBrain:master Sep 21, 2023
@dantb dantb deleted the remove-tar-archives branch September 21, 2023 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants